home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch28 / 28fig01.wrl < prev    next >
Text File  |  1996-09-23  |  452b  |  23 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # Viewpoints
  8.         DEF Forward Viewpoint {
  9.             description "Forward view"
  10.             position 0.0 1.6 5.0
  11.         },
  12.         DEF Corner Viewpoint {
  13.             description "Corner view"
  14.             position 3.0 1.6 3.0
  15.             orientation 0.0 1.0 0.0 0.611
  16.         },
  17.     # Navigation
  18.         NavigationInfo { headlight FALSE },
  19.     # World
  20.         Inline { url "dungeon.wrl" }
  21.     ]
  22. }
  23.